home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac CD-ROM 59 / SVM Mac CD-ROM - No 59.iso / demo camisole / Quai.Dxr / 00746_la pédale d'accélérateur.ls < prev    next >
Encoding:
Text File  |  1999-04-06  |  119 b   |  9 lines

  1. on mouseDown
  2.   if the puppet of sprite 13 then
  3.     cursAuto(1)
  4.     go("jouer")
  5.   else
  6.     go("Accelerer")
  7.   end if
  8. end
  9.